Styles Property (Stochastic<T>)
In This Topic
Gets or sets the styles for the %K and %D lines.
Syntax
'Declaration
Public Property Styles As System.Collections.Generic.IDictionary(Of String,SVGStyle)
'Usage
Dim instance As Stochastic(Of T)
Dim value As System.Collections.Generic.IDictionary(Of String,SVGStyle)
instance.Styles = value
value = instance.Styles
public System.Collections.Generic.IDictionary<string,SVGStyle> Styles {get; set;}
public read-write property Styles: System.Collections.Generic.IDictionary;
public function get,set Styles : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<string*,SVGStyle*>* get_Styles();
public: __property void set_Styles(
System.Collections.Generic.IDictionary<string*,SVGStyle*>* value
);
public:
property System.Collections.Generic.IDictionary<String^,SVGStyle^>^ Styles {
System.Collections.Generic.IDictionary<String^,SVGStyle^>^ get();
void set ( System.Collections.Generic.IDictionary<String^,SVGStyle^>^ value);
}
See Also